POV-Ray : Newsgroups : povray.beta-test : while bug ? : while bug ? Server Time
30 Jul 2024 18:13:34 EDT (-0400)
  while bug ?  
From: Mael
Date: 10 Oct 2001 04:12:39
Message: <3bc402f7$1@news.povray.org>
#local i=0;
#while (i<1)
  #debug concat(str(i,0,2),"\n")
  #local i=i+0.1;
#end

gives
0.00
0.10
0.20
0.30
0.40
0.50
0.60
0.70
0.80
0.90
1.00

is the1.00 normal ???
if we change i=i+0.1 into i=i+0.2 it stops at 0.8

povray3.5b6 win2000 Athlon 900MHz 256MB

M


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.